﻿@charset "utf-8";
/* CSS Document */
.fl{
	float: left;
}
.fr{
	float: right;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}
.skin02-bottombox{
	width:100%;
	min-width:1200px;
	height:330px;
	background:#5db757;
	
}
.skin02-bottombox .skin02-bottom{
	width:1200px;
	height:330px;
	margin:0 auto;
}
.skin02-bottombox .skin02-bottom .fl{
	padding:37px 0;
}
.skin02-bottom .fl .skin02-subnav{
	width:760px;
}
.skin02-bottom .fl .skin02-subnav li{
	padding:5px 8px;
	float:left;
}
.skin02-bottom .fl .skin02-subnav li a{
	font-size:15px;
	color:#fff;
	transition:all .5s ease-in-out;
}
.skin02-bottom .fl .skin02-subnav li a:hover{
	color: #EDE72C;
}
.skin02-bottom .fl .skin02-subnav li span{
	color:#169234;
}
.skin02-bottom .fl .skin02-tel_imgbox{
	margin-top:30px;
	margin-bottom:30px;
}
.skin02-bottom .fl .skin02-tel_imgbox .skin02-tel_img{
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:50%;
	-webkit-border-radius:50%;
	background:#169234;
	float:left;
}
.skin02-bottom .fl .skin02-tel_imgbox .skin02-tel_img i{
	font-size:17px;
	color:#fff;
    text-align: center;
    line-height: 32px;
}
.skin02-bottom .fl .skin02-tel_imgbox .skin02-tel_text{
	float:left;
	margin-left:5px;
}
.skin02-bottom .fl .skin02-tel_imgbox .skin02-tel_text p{
	color:#136928;
    font-size:15px;
}
.skin02-bottom .fl .skin02-tel_imgbox .skin02-tel{
	font-size:28px;
	color:#C8FFDC;
	font-weight:bold;
	float:left;
	margin-left:10px;
    line-height:44px;
}
.skin02-bottom .fl>p{
	color:#D5F5E6;
	line-height:30px;
    font-size:15px;

}
.skin02-code{
	position:absolute;
	top: 60px;
	right: 50px;
	color: #fff;
}
.skin02-code img{
	width: 120px;
	height: 120px;
}
.skin02-code p{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
/*在线留言*/
.skin02-message {
	width: 370px;
	padding:10px 20px;
	background:#169234;
	margin-top:20px;
}
.skin02-message ul {
	width: 100%;
}
.skin02-message li {
	margin-bottom: 10px;
}
.skin02-message li label {
	color:#fff;
	float: left;
	display: inline-block;
	margin-bottom: 6px;
}
.skin02-message li input, .skin02-message li textarea {
	border: #eee solid 1px;
	padding:5px 0;
	text-indent: 10px;
	border-radius:3px;
}
.skin02-message li textarea{
	height:60px;
}
.skin02-input {
	width: 99%;
	border-radius:3px;
}
.skin02-input-b {
	width: 99%;
	height: 80px;
}
.skin02-input-s {
	width: 30%;
}
.skin02-btn-sub {
	width: 70px;
	padding: 6px 0;
	border: none;
	background-color: #74d78f;
	color: #fff;
	cursor:pointer;
}
.skin02-btn-re {
	width: 70px;
	padding: 6px 0;
	border: none;
	background-color: #0B622B;
	color: #fff;
	cursor:pointer;
	margin-left:5px;
}
.skin02-message li font {
	color: #e7463c;
}


.skin02-footbox{
	width:100%;
	min-width:1200px;
	height:45px;
	background:#169234;
}
.skin02-footbox .skin02-foot{
	width:1200px;
	height:45px;
	line-height:45px;
	margin:0 auto;
	color:#D5F5E6;
    clear:both;
}
.skin02-footbox .skin02-foot a{
	color:#D5F5E6;

}
.skin02-footbox .skin02-foot a:hover{
	text-shadow:
    0 0 10px rgba(255,255,255, 1),
    0 0 50px rgba(255, 255, 255, .8),
    0 0 75px rgba(255, 255, 255, .6),
    0 0 76px rgba(255, 255, 255, .4),
    0 0 77px rgba(255, 255, 255, .5),
    0 0 78px rgba(255, 255, 255, .4),
    0 0 79px rgba(255, 255, 255, .3),
    0 0 80px rgba(255, 255, 255, .2),
    0 0 85px rgba(255, 255, 255, .1);
}